3.70 \(\int \frac{\log (h (f+g x)^m)}{(a+b x) (c+d x) \log (e (\frac{a+b x}{c+d x})^n)} \, dx\)

Optimal. Leaf size=106 \[ \frac{b \text{Unintegrable}\left (\frac{\log \left (h (f+g x)^m\right )}{(a+b x) \log \left (e \left (\frac{a+b x}{c+d x}\right )^n\right )},x\right )}{b c-a d}-\frac{d \text{Unintegrable}\left (\frac{\log \left (h (f+g x)^m\right )}{(c+d x) \log \left (e \left (\frac{a+b x}{c+d x}\right )^n\right )},x\right )}{b c-a d} \]

[Out]

(b*Unintegrable[Log[h*(f + g*x)^m]/((a + b*x)*Log[e*((a + b*x)/(c + d*x))^n]), x])/(b*c - a*d) - (d*Unintegrab
le[Log[h*(f + g*x)^m]/((c + d*x)*Log[e*((a + b*x)/(c + d*x))^n]), x])/(b*c - a*d)

________________________________________________________________________________________

Rubi [A]  time = 0.500247, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{\log \left (h (f+g x)^m\right )}{(a+b x) (c+d x) \log \left (e \left (\frac{a+b x}{c+d x}\right )^n\right )} \, dx \]

Verification is Not applicable to the result.

[In]

Int[Log[h*(f + g*x)^m]/((a + b*x)*(c + d*x)*Log[e*((a + b*x)/(c + d*x))^n]),x]

[Out]

(b*Defer[Int][Log[h*(f + g*x)^m]/((a + b*x)*Log[e*((a + b*x)/(c + d*x))^n]), x])/(b*c - a*d) - (d*Defer[Int][L
og[h*(f + g*x)^m]/((c + d*x)*Log[e*((a + b*x)/(c + d*x))^n]), x])/(b*c - a*d)

Rubi steps

\begin{align*} \int \frac{\log \left (h (f+g x)^m\right )}{(a+b x) (c+d x) \log \left (e \left (\frac{a+b x}{c+d x}\right )^n\right )} \, dx &=\int \left (\frac{b \log \left (h (f+g x)^m\right )}{(b c-a d) (a+b x) \log \left (e \left (\frac{a+b x}{c+d x}\right )^n\right )}-\frac{d \log \left (h (f+g x)^m\right )}{(b c-a d) (c+d x) \log \left (e \left (\frac{a+b x}{c+d x}\right )^n\right )}\right ) \, dx\\ &=\frac{b \int \frac{\log \left (h (f+g x)^m\right )}{(a+b x) \log \left (e \left (\frac{a+b x}{c+d x}\right )^n\right )} \, dx}{b c-a d}-\frac{d \int \frac{\log \left (h (f+g x)^m\right )}{(c+d x) \log \left (e \left (\frac{a+b x}{c+d x}\right )^n\right )} \, dx}{b c-a d}\\ \end{align*}

Mathematica [A]  time = 1.90844, size = 0, normalized size = 0. \[ \int \frac{\log \left (h (f+g x)^m\right )}{(a+b x) (c+d x) \log \left (e \left (\frac{a+b x}{c+d x}\right )^n\right )} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Log[h*(f + g*x)^m]/((a + b*x)*(c + d*x)*Log[e*((a + b*x)/(c + d*x))^n]),x]

[Out]

Integrate[Log[h*(f + g*x)^m]/((a + b*x)*(c + d*x)*Log[e*((a + b*x)/(c + d*x))^n]), x]

________________________________________________________________________________________

Maple [A]  time = 38.288, size = 0, normalized size = 0. \begin{align*} \int{\frac{\ln \left ( h \left ( gx+f \right ) ^{m} \right ) }{ \left ( bx+a \right ) \left ( dx+c \right ) } \left ( \ln \left ( e \left ({\frac{bx+a}{dx+c}} \right ) ^{n} \right ) \right ) ^{-1}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(h*(g*x+f)^m)/(b*x+a)/(d*x+c)/ln(e*((b*x+a)/(d*x+c))^n),x)

[Out]

int(ln(h*(g*x+f)^m)/(b*x+a)/(d*x+c)/ln(e*((b*x+a)/(d*x+c))^n),x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\log \left ({\left (g x + f\right )}^{m} h\right )}{{\left (b x + a\right )}{\left (d x + c\right )} \log \left (e \left (\frac{b x + a}{d x + c}\right )^{n}\right )}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(h*(g*x+f)^m)/(b*x+a)/(d*x+c)/log(e*((b*x+a)/(d*x+c))^n),x, algorithm="maxima")

[Out]

integrate(log((g*x + f)^m*h)/((b*x + a)*(d*x + c)*log(e*((b*x + a)/(d*x + c))^n)), x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\log \left ({\left (g x + f\right )}^{m} h\right )}{{\left (b d x^{2} + a c +{\left (b c + a d\right )} x\right )} \log \left (e \left (\frac{b x + a}{d x + c}\right )^{n}\right )}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(h*(g*x+f)^m)/(b*x+a)/(d*x+c)/log(e*((b*x+a)/(d*x+c))^n),x, algorithm="fricas")

[Out]

integral(log((g*x + f)^m*h)/((b*d*x^2 + a*c + (b*c + a*d)*x)*log(e*((b*x + a)/(d*x + c))^n)), x)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(h*(g*x+f)**m)/(b*x+a)/(d*x+c)/ln(e*((b*x+a)/(d*x+c))**n),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\log \left ({\left (g x + f\right )}^{m} h\right )}{{\left (b x + a\right )}{\left (d x + c\right )} \log \left (e \left (\frac{b x + a}{d x + c}\right )^{n}\right )}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(h*(g*x+f)^m)/(b*x+a)/(d*x+c)/log(e*((b*x+a)/(d*x+c))^n),x, algorithm="giac")

[Out]

integrate(log((g*x + f)^m*h)/((b*x + a)*(d*x + c)*log(e*((b*x + a)/(d*x + c))^n)), x)